home *** CD-ROM | disk | FTP | other *** search
/ Multicollection 5 Soft 1997 / Multicollection 5 soft 1997 (Win NT 4.0 Work, Serv, OS2).iso / nt40_wrk / tclasses.zi_ / TCLASSES.ZIP / sun / applet / AppletThreadGroup.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-08-23  |  359 b   |  9 lines

  1. package sun.applet;
  2.  
  3. class AppletThreadGroup extends ThreadGroup {
  4.    AppletThreadGroup(String var1) {
  5.       super(var1);
  6.       ((ThreadGroup)this).setMaxPriority(6);
  7.    }
  8. }
  9.